/* CSS Document */
* { box-sizing: border-box;}
html,body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,button,textarea,iframe,table,th,td{margin:0;padding:0;}
ul,ol{list-style:none outside;}
img{border:0 none;vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}
body{font:14px/1.5 Microsoft YaHei,Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;/*font-family:Arial;font-size:14px;*/}
h1,h2,h3,h4,h5,h6{font-size:14px;}
a:link, a:visited{text-decoration:none;}
a:hover, a:focus, a:active{text-decoration:underline;}
a:focus, a:active{outline:none;}
a,button,input[type="button"],input[type="submit"],input[type="reset"]{cursor:pointer;}
.cursor{cursor:pointer;}
.hidden{visibility:hidden;display:none;}
.txtLft{text-align:left;}
.txtCtr{text-align:center;}
.txtRgt{text-align:right;}
.lft{float:left;display:inline;}
.rgt{float:right;display:inline;}
.clear{clear:both}
.clearfix:after{visibility:hidden;display:block;font-size:1px;content:" ";clear:both;height:0;}
*html .clearfix{zoom:1;} /* IE6 */
*:first-child+html .clearfix{zoom:1;}
h1,h2,h3,h4,h5,h6,.f14{font-size:14px;}
.mt10{margin-bottom:20px;}

body{background: #f3f1eb;color:black;}
a:link, a:visited, a:active{color:#333;text-decoration : none}
a:hover{color:#FF5722;}

.cMain, .cMain a:link, .cMain a:visited, .cMain a:hover, .cMain a:active, .cMain:link, .cMain:visited, .cMain:hover, .cMain:active{color:#333333;}
.cRed, .cRed a:link, .cRed a:visited, .cRed a:hover, .cRed a:active, .cRed:link, .cRed:visited, .cRed:hover, .cRed:active{color:#de0000;}
.cBrown, .cBrown a:link, .cBrown a:visited, .cBrown a:hover, .cBrown a:active, .cBrown:link, .cBrown:visited, .cBrown:hover, .cBrown:active{color:#ae9855;}
.cGreen, .cGreen a:link, .cGreen a:visited, .cGreen a:hover, .cGreen a:active, .cGreen:link, .cGreen:visited, .cGreen:hover, .cGreen:active{color:#33610d;}
.cBlue, .cBlue a:link, .cBlue a:visited, .cBlue a:hover, .cBlue a:active, .cBlue:link, .cBlue:visited, .cBlue:hover, .cBlue:active{color:#5780a7;}

.headbg{height:160px;background: url(../images/headbg.jpg) center ;}
.head, .nav, .topAvatar{width:1200px;margin:0 auto;}
.head{height:160px;position:relative;}
h1{width:256px;height:160px;position:absolute;line-height:90px;text-align:center;}
.headbg h2 { display: none; }
h1 img{position:absolute;top:0;left:0;}
.head .time{position:absolute;right:0;top:40px;width:260px;text-align: center;color:#8c5043;}
.head div a:link,.head div a:visited,.head div a:hover,.head div a:active{color:#bb0033;}
.m-search{display: none;}
.head .search{position:absolute;right:0;bottom: 35px;width:318px;overflow: hidden; }
.head .search form{overflow: hidden; background-color: #F3F0EB; border: 1px solid #b1a782; border-radius: 15px; padding-left: 2%;}
.head input {border:0 none;background:transparent;outline: none;}
.head input.ipt_txt1, .head input.ipt_txt2{font-size:14px;background: transparent; cursor: text;float: left; height: 32px; line-height: 32px;  border: 0; width: 88%;}
.head input.ipt_txt1{color:#b1a782;}
.head input.ipt_txt2{color:#a80026;}
.head input.btn{margin: 0; padding: 0; background: url(../images/icon-lense.png) no-repeat center;background-size: auto 50%; border: none; width: 10%; height: 32px; line-height: 32px; float: right;}


#qufust_box{position:relative;width:100%;height:40px;z-index:1200;display: block;}
#qufust_float{width:100%;position:absolute;top:0;background:#7f7f7f url(../images/nav.jpg)}
#scrolltop {display:none; position:fixed; z-index: 2;bottom:155px; left:51%; _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight));
margin-left:604px; font-size:14px; text-align:center; color:#f00; cursor:pointer; height:48px;width:44px;background:url(../images/arrow.png) no-repeat -44px 0;}
#scrolltop:hover{border:0;padding:0;background:url(../images/arrow.png) no-repeat;}

.nav{height:40px;}
.nav li{float:left;display:inline;}
.nav li.first{margin-left:0;}
.nav li.nobg{background:none}
.nav a{font: 16px/1.5 Microsoft Yahei, Helvetica, Arial, "\5b8b\4f53", sans-serif;display:block;text-align:center;width:120px;height:40px;line-height:40px;}
.nav a:link,.nav a:visited,.nav a:hover,.nav a:active{color:#FFFFFF;}
.nav li.on a, .nav a.hover, .nav a:hover{text-decoration:none;}

.nav{display:block;position:relative;z-index:990;}
	.nav li{display:inline; float:left; position:relative;}
	.nav a{display:block;}
	.nav ul li{float:none;display:block;}
.nav ul{background:#9A927E;position: absolute;top: 100%; left:0;z-index: 100; opacity: 0; visibility: hidden; filter: alpha(opacity=0); -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -webkit-transform: translateY(20px); transform: translateY(20px); -webkit-transform-origin: 0 0; transform-origin: 0 0;}
.nav ul li{background:none;padding:0;margin-left:0;}
.nav ul a{height:40px;line-height:40px;}
.nav ul li a:hover{background:#9C0000 none;}
.nav>li:hover>ul{opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0)}

.topAvatar{float:none;overflow:hidden;zoom:1;margin-top:15px;}
.topAvatar li{float:left;display:inline;margin-left:6px;}
.topAvatar li.first{margin-left:0;}
.topAvatar a{display:block;width:166px;padding-left:67px;height:45px;border:1px solid #e1e1e1;background:white url(../images/star.png) no-repeat 30px center;_background-image:url(../images/star.gif);font-size:14px;line-height:44px;}

/*wrapper*/
.wrapper .row0{border: 1px solid #c3c0b4;}
.w960, .wrapper{float:none;overflow:hidden;zoom:1;margin:20px auto;}
.wrapper, .box, .friendLink{}
.w960{width:1200px;}
.wrapper{width:1200px;}
.w_lft, .w_ctr, .w_rgt{float:right;display:inline;}
.titleBar{float:none;overflow:hidden;zoom:1;}
.titleName{background: #9d1518;width: 70px;text-align: center;float:left;display:inline;font-size:14px;}
.more{color: #7f7f7f;float:right;display:inline;}
.titleBar .rgt, .titleBar a:link, .titleBar a:visited, .titleBar a:active{color:#7f7f7f;}
.titleBar a:hover{color:#a80026;}
.imgList{float:none;overflow:hidden;zoom:1}
.imgList li{float:left;display:inline;overflow:hidden;}
.imgList li a{display:block;}
.imgList li .img{border:1px solid #FFFFFF;padding:5px;}
.imgList li a.img:hover{border-color:#EAC17E;text-decoration:none;}
.imgList li .txt{text-align:center;overflow:hidden;}
.newsList{float:none;overflow:hidden;zoom:1;}
.news_num{margin:0 15px;padding-bottom: 15px;}
.news_num2{margin: 15px 15px 0 15px;padding-bottom: 15px;}
.newsList li{width:97%;background:url(../images/dian.gif) no-repeat 0px 10px;padding-left:3%;overflow:hidden;}
.newsList .img{width:34.61%;float: left;}
.newsList .imgmask{display: block; height: 0; padding-bottom: 61.48%; position: relative; width: 100%;}
.newsList img{margin: 5px 10px 5px 0;}
.newsList li .rgt{color:#999;font-family:Arial;font-size:14px;}
.dashLine{height:1px;overflow:hidden;border-bottom:1px dashed #d8d8d8;}
.solidLine{height:1px;overflow:hidden;border-bottom:1px solid #d8d8d8;}
.listline{margin:10px 0;height:1px;overflow:hidden;border-bottom:1px dashed #d8d8d8;}
.listline2{margin:-10px 0 10px;height:1px;overflow:hidden;border-bottom:1px dashed #d8d8d8;}
.List{float:none;overflow:hidden;zoom:1;padding: 0 15px 15px 15px;}

/* hot picture */
.hotPic{padding:0 15px;}
.hotPic .titleBar{height:50px;line-height:50px;overflow:hidden;}
.hotPic .titleBar .hot{ padding-top:17px; *padding-top:0px; _padding:0;}
.hotPic .titleBar .lft{_padding-top:17px;}
.hotPic .titleName{color:#bd0001;}
.hotPic .titleBar .lft{margin-left:20px;}
.hotPic .titleBar .bdshare{float:right;margin-top:6px;margin-right:4px;_margin-right:1px;}
.hotPic .titleBar .bdshare a{margin-left:0;margin-right:0;}
.hotPic .JQ-slide{position:relative;width:810px;height:142px;margin:0 auto 15px auto;background:#f9f9f9;padding:10px 35px;}
.hotPic .JQ-slide .wrap{width:810px;height:142px;overflow:hidden;position:relative;}
.hotPic .JQ-slide-content{position:absolute;}
.hotPic .imgList li{width:152px;margin:0 5px;}
.hotPic .imgList img{width:140px;height:100px;}
.hotPic .imgList .txt{height:30px;line-height:30px;}
.hotPic .JQ-slide-nav a{display:block;z-index:99;width:48px;height:48px;overflow:hidden;text-indent:-999em;text-decoration:none;position:absolute;top:40px;background:url(../images/arrow_pic.png) no-repeat;_background-image:url(../images/arrow_pic.gif);}
.hotPic .JQ-slide-nav a.prev{left:-20px;background-position:0 0;}
.hotPic .JQ-slide-nav a.prev:hover{background-position:-100px 0;}
.hotPic .JQ-slide-nav a.next{right:-20px;background-position:-50px 0;}
.hotPic .JQ-slide-nav a.next:hover{background-position:-150px 0;}


.footLink{width:auto;margin:0 auto;background: #CCC7B6;;text-align:center;color:white;line-height:28px;}
.footLink a:link, .footLink a:visited, .footLink a:hover, .footLink a:active{margin: 0 30px;color:#666666;}

.footer{background: #666666;margin:0 auto;padding:30px 0 70px;}
.fl_0{ color: #B5B5B5;width:85%; display: flex; flex-wrap: wrap;}
.fl_4{margin-top: 50px;}
.erwei{width:150px;}
.erwei img{width:100%;}
.footer span, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active{color:#B5B5B5;}

#index-scroll{width: 44px; height: 48px; position: fixed; left: 50%; bottom: 155px; margin-left: 609px; z-index: 100; text-align: center; cursor: pointer; display: none;}
#index-scroll a{display:inline-block;height:48px;width:44px;background:url(../images/arrow.png) no-repeat -44px 0;}
#index-scroll a:hover{background:url(../images/arrow.png) no-repeat;}

.wz-tool{margin-right:100px;margin-top:10px;margin-left:100px;height:31px;padding-bottom:20px;padding-top:20px;background-image:url(../images/wz-fg.gif);background-repeat:no-repeat;background-position:center top;padding-left:50px;}
.diggbox{height:31px;cursor:pointer;width:91px;}
.newdigg{width:91px;height:31px;float:left;}
.newdigg #digg_good{background-image:url(../images/rrbu.gif);}
.digg_num{height:21px;width:37px;float:right;line-height:20px;text-align:center;font-size:14px;color:#F60;padding-top:5px;padding-right:8px;font-weight:700;}
.wz-home{float:left;line-height:31px;}
.wz-home a{height:31px;width:58px;display:block;float:left;padding-left:36px;color:#909090;margin-left:3px;}
.wz-home a:hover{color:#B88027;}
.t-sc{background-image:url(../images/rrbu.gif);background-repeat:no-repeat;background-position:-279px 0;}
.t-pd{background-image:url(../images/rrbu.gif);background-repeat:no-repeat;background-position:-185px 0;}
.t-in{background-image:url(../images/rrbu.gif);background-repeat:no-repeat;background-position:-91px 0;}
.t-sc:hover{background-position:-279px -31px;}
.t-pd:hover{background-position:-185px -31px;}
.t-in:hover{background-position:-91px -31px;}

.qqyxbg p{
word-wrap:break-word;
word-break:break-all;
font:12px/1.5 "\5b8b\4f53", Verdana, Helvetica, Arial, sans-serif;  /*firefox*/
/*font:12px/1.5  "\5b8b\4f53", Verdana, Helvetica, Arial, sans-serif;    ie !important; **/
_font:12px/1.5 Arial, "\5b8b\4f53", Verdana, Helvetica, sans-serif;
width:180px;
height:65px;
line-height: 15px;
font-size:12px;
background:url(../images/yxbg.jpg) no-repeat;
margin:15px 0 15px;
list-style-type: none;
color:red;
padding:50px 14px 71px 90px;
border-bottom:1px dashed #333;
}
.qqyxbg p.noborder{border-bottom:none;}


.s-body {
    width:1198px;
	display: block;
	list-style-type: none;
	background: white;
	border: 1px solid #D2D2D2;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin:15px auto;
}
.s-body li {
	height: 50px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D2D2D2;
	margin:0 20px;
	line-height: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	overflow:hidden;
}
.s-body li:hover {	display: block;	background-color: #FDFDF0;}
.s-body li span a {	color: #B77F50;}
.s-body li span a:hover,.s-body span a:active {	color: #0066CC;	text-decoration: underline;}

.s-body li .lt {float: left;display:inline;font-size: 14px;font-weight: normal;color: #0033CC;font-family: Arial, Helvetica, sans-serif;margin-right: 50px;}
.s-body li .lt a,.s-body li .lt a:link, .s-body li .lt a:visited{color:#464646}
.s-body li .lt a:hover,.s-body li .lt a:active {color: #FF3300;	text-decoration: underline;}

.s-body li .rt {float: right;display:inline; width:380px; padding-right: 0px;font-size: 12px;color: #898989;font-family: Arial, Helvetica, sans-serif;}
.s-body li .rt span {float: left;width:120px;display:inline;margin-right:6px}
/**
.s-body li span dt{float:left;text-align:left;display:inline;width:120px;margin-right:6px}
**/